EXP

Syntax: EXP (var)
Location: QL ROM

This function returns the value of the mathematical base e to the power of the given parameter.

QDOS supports var in the range -512...511.

The approximate value of e can be found by:
PRINT EXP(1)

CROSS-REFERENCE:
LN returns the natural logarithm of the given value.
